@font-face {
    font-family: 'microsoft yahei','微软雅黑';
}

html, body {
    min-width: 1280px;  
    background:#fff;
    /*max-width:1920px;*/
    margin:0 auto;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: 'microsoft yahei','微软雅黑';
    color: #585858;
    position:relative;
}
:focus {   
 outline: none;   
 }
:focus-visible{outline:none;
}
@media (max-width: 1024px) {
.topDiv {width:1280px !important;
    }
}
 



img {
    border: none
}

a {
    color: #1f1f22;
    text-decoration: none;
}

    a:hover {
        color: #080808;
        transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
    }

.topNav {
    /*float:left;*/
    text-align: center;
    padding-left: 20px;
    line-height: 90px;
    color: #ffffff;
    font-size: 16px;
}
    .topNav>a {
    color:#fff;}
    .topNav:hover {
        /*display:block;
	float:left;*/
        text-align: center;
        line-height: 90px;
        color: #cccccc;
        transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
    }

.topDiv {
    /*min-width: 1200px;*/
    left: 0;
    right: 0;
}

    .topDiv > table {
        position: relative;
    }

    .topDiv img {
        height: 98px;
    }

    .topDiv:hover {
        background-color: #222222;
        transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
    }

.topDiv {
    background-color:rgba(34,34,34, .4);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

    .topDiv .topNavAll {
        display: flex;
        /*position:relative;*/
    }

    .topDiv .menu {
        float: left;
        display: inline-block;
        height: 90px;
        overflow: hidden;
        color: #fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        /*flex: 1;*/
    }

    .topDiv .topNavAll .about {
        flex-shrink: 0
    }

        .topDiv .topNavAll .about .topNav {
            display: inline-block;
        }
    .topDiv .about .Navabout {
    position:relative;}
    .topDiv .about .topNav .dropmenuall {
        display: none;
        right: 0;
        top: 78px;
        padding: 8px;
        position: absolute;
        background: #ffffff;
        max-height: 641px;
        overflow-y: auto;
        opacity: 0.95;
    }

    .topDiv .about .topNav:hover .dropmenuall, .topDiv .about .topNav:hover .dropabout {
        display: block;
    }

    .topDiv .about .topNav .dropmenuall .dropclass li {
        width: 25%;
        float: left;
        line-height: 30px;
        white-space: nowrap;
    }
    .topDiv .about .topNav .dropabout {
        /*display: none;
        left: 0;
        top: 78px;
        padding: 8px;
        position: absolute;
        background: #ffffff;
       
        overflow-y: auto;
        opacity: 0.95;*/
    }
    .topDiv .about .topNav .dropmenuall .dropabout li {
        line-height: 30px;
        white-space: nowrap;
    }

    .topDiv .about .topNav .dropmenuall li a {
        background: #cccccc4f;
        padding: 2px 10px;
        text-align: left;
        margin: 4px;
        display: block;
        font-size: 15px;
    }

        .topDiv .about .topNav .dropmenuall li a:hover {
            color: coral
        }

    .topDiv .about .topNav .dropmenuall .dropclass li:first-child a {
        color: #ff0000
    }


.area table {
    table-layout: fixed;
    word-break: break-all;
}

.Divs {
    /*width: 1400px;*/
    /*flex-wrap: wrap;
    display: flex;
    justify-content: space-between;*/
    display: block;
}

/*中部小方块，有的是品牌，图+字，有的广告位图*/
/*总体高度*/
.zhihuiDiv {
    width: 366px;
    /*height:284px;*/ 
    float: left;
    margin-right: 50px;
    /*background-color: #1f1f22;*/
    margin-bottom: 50px;
    font-size: 0;
    overflow: hidden;
    text-align: justify;
}

    .zhihuiDiv:nth-child(3n) {
        margin-right: 0;
    }

    .zhihuiDiv .zhihuiDiv-a {
        font-size: 22px;
        color: #FFFFFF;
        margin-bottom: 20px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .zhihuiDiv:hover {
        width: 366px;
        float: left;
        /*background-color: #000000;*/
    }

    .zhihuiDiv .shoplogo {
        float: left;
        margin-right: 10px;
    }

        .zhihuiDiv .shoplogo img {
            height: 83px;
            width: 83px;
        }

    .zhihuiDiv p {
        color: #c7c7c7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .zhihuiDiv img {
        width: 366px;
        height: 230px;
        transition: all .5s;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -o-transition: all 2s;
    }

    .zhihuiDiv a img {
        /*-webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -o-filter: blur(15px);
        -ms-filter: blur(15px);
        filter: blur(15px);*/
    }

    .zhihuiDiv:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

.bottomAbig {
    font-size: 22px;
    color: #9b9a9a;
    display: block;
    width: 100%;
    line-height: 45px;
}

    .bottomAbig:hover {
        font-size: 22px;
        color: #9b9a9a;
        display: block;
        width: 100%;
        line-height: 45px;
        text-decoration: none;
    }

.bottomAsmall {
    font-size: 14px;
    color: #757575;
    display: block;
    width: 100%;
    line-height: 35px;
    text-decoration: none;
}

    .bottomAsmall:hover {
        font-size: 14px;
        color: #9b9a9a;
        display: block;
        width: 100%;
        line-height: 35px;
        padding-left: 5px;
        text-decoration: none;
        transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
    }

.neiMenu {
    display: block;
    float: left;
    text-align: center;
    width: 150px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
}

.neiMenu2 {
    display: block;
    float: left;
    text-align: center;
    width: 120px;
    line-height: 50px;
    color: #333333;
    font-size: 22px;
}


.page {
    text-align: center;
    margin-top: 20px;
}

    .page a {
        border: 1px solid #515151;
        margin-left: 10px;
        padding: 6px 12px;
        background-color: #ffffff;
        color: #515151;
        text-decoration: none;
        font-size: 14px;
        margin-top: 20px;
    }

        .page a:hover {
            background: #000000;
            border: 1px solid #000000;
            color: #ffffff;
        }

.appleClass2 {
    font-size: 22px;
    color: #333333;
}

.righta {
    color: #686868;
}


.showTable {
    background-color: #ffffff;
    margin-right: 29px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 26px #cccccc;
    -moz-box-shadow: 0 0 26px #cccccc;
    box-shadow: 0 0 26px #cccccc;
    z-index: 9999;
    background-color: #f4f4f4;
    transition: all .1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

    .showTable:hover {
        -webkit-box-shadow: 0 0 26px #cccccc;
        -moz-box-shadow: 0 0 26px #cccccc;
        box-shadow: 0 0 26px #cccccc;
        z-index: 9999;
        background-color: #f4f4f4;
        transition: all .1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
    }

    .showTable img {
        transition: all .2s;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -o-transition: all 2s;
    }

    .showTable:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transition: all .2s;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -o-transition: all 2s;
    }

    .showTable .showTable_name {
        font-size: 16px;
        font-weight: bold;
        display: block;
        background: url(../images/index_06.jpg) bottom center no-repeat;
        padding-bottom: 19px;
    }

    .showTable:hover .showTable_name {
        font-size: 16px;
        font-weight: bold;
        display: block;
        background: url(../images/index_06.jpg) bottom center no-repeat;
        padding-bottom: 19px;
    }

    .showTable .showTable_more {
        display: block;
        font-size: 14px;
        width: 110px;
        margin: 0px auto;
        color: #fff;
        padding: 5px;
        line-height: 26px;
        background-color: #4c4c4c;
        text-align: center;
        border: 1px solid #4c4c4c;
        margin-top: 10px;
    }

    .showTable:hover .showTable_more {
        display: block;
        font-size: 14px;
        width: 110px;
        margin: 0px auto;
        color: #333;
        padding: 5px;
        line-height: 26px;
        background-color: #1d1d1d;
        text-align: center;
        border: 1px solid #1d1d1d;
        margin-top: 10px;
        color: #ffffff;
    }



.productDiv {
    width: 260px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

    .productDiv:hover {
        width: 260px;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        padding-bottom: 15px;
        -webkit-box-shadow: 0 0 26px #cccccc;
        -moz-box-shadow: 0 0 26px #cccccc;
        box-shadow: 0 0 26px #cccccc;
    }

    .productDiv a {
        font-size: 16px;
    }


.pro-ckgd, .pro-ckgd:hover {
    display: block;
    padding: 6px;
    float: left;
    background-color: #212121;
    color: #FFFFFF;
    width: 70px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
    text-align: center;
}

.pro-ckgd2:hover, .pro-ckgd2 {
    display: block;
    padding: 6px;
    float: left;
    background-color: #f7a51b;
    color: #FFFFFF;
    width: 70px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
    text-align: center;
}

.productDiv .fdImg {
    transition: all .5s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
}

.productDiv:hover .fdImg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


#xq_box1_tel {
    height: 43px;
    line-height: 50px;
    font-size: 22px;
    color: #666666
}

    #xq_box1_tel span {
        color: #171717;
    }

#xq_box1_name {
    line-height: 34px;
    font-size: 22px;
    color: #171717;
}

#xq_box1_bot {
    width: 118px;
    height: 33px;
    background: #171717;
    display: block;
    line-height: 33px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.CaseContent img {
    margin-bottom: 10px;
}


.tingcheA {
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
    width: 230px;
    line-height: 58px;
    color: #333333;
    text-decoration: none;
    background-color: #efefef;
    margin-right: 15px
}

    .tingcheA2, .tingcheA2:HOVER, .tingcheA:hover {
        display: block;
        float: left;
        font-size: 16px;
        text-align: center;
        width: 230px;
        line-height: 58px;
        color: #fff;
        text-decoration: none;
        background-color: #323232;
        margin-right: 15px
    }



.ckgd {
    display: block;
    padding: 6px;
    float: left;
    background-color: #ffffff;
    color: #666666;
    width: 110px;
    margin-right: 10px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    border: 1px solid #666666;
    font-size: 14px
}

    .ckgd:hover {
        display: block;
        padding: 6px;
        float: left;
        background-color: #434343;
        color: #ffffff;
        width: 110px;
        margin-right: 10px;
        text-align: center;
        line-height: 20px;
        height: 20px;
        border: 1px solid #434343;
        font-size: 14px
    }

.ckgd2:hover, .ckgd2 {
    display: block;
    padding: 6px;
    float: left;
    background-color: #f7a51b;
    color: #FFFFFF;
    width: 80px;
    margin-right: 10px;
    text-align: center;
}


.casetableDiv {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

    .casetableDiv:hover {
        background-color: #fff;
        border: 1px solid #fff;
        -webkit-box-shadow: 0 0 26px #cccccc;
        -moz-box-shadow: 0 0 26px #cccccc;
        box-shadow: 0 0 26px #cccccc;
        z-index: 9999;
    }

    .casetableDiv .oimgdiv {
        transition: all .5s;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -o-transition: all 2s;
    }

    .casetableDiv:hover .oimgdiv {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

.imghover:hover {
    filter: alpha(opacity=80); /* ie5-7  */
    opacity: 0.8;
}


ul, li, h3, p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*清楚内外默认边距*/
.lanren {
    width: 1200px;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 30px;
}

    .lanren ul li {
        width: 285px;
        float: left;
        margin: 0 15px 15px 0;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .lanren ul li img {
            transition: all .5s;
            -webkit-transition: all 2s;
            -moz-transition: all 2s;
            -o-transition: all 2s;
            width: 285px;
            height: 285px;
        }

        .lanren ul li:hover img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -o-transform: scale(1.05);
        }

    .lanren .txt {
        width: 285px;
        left: 0;
        bottom: 0;
        font-family: "微软雅黑";
        overflow: hidden;
        height: 75px;
    }

        .lanren .txt h3 {
            letter-spacing: 1px;
            font-size: 14px;
            font-weight: 100;
            height: 36px;
            text-align: center;
            line-height: 20px;
            overflow: hidden;
            padding: 6px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .lanren .txt p {
            font-size: 14px;
            text-align: center;
            color: #ff6709;
        }

.news .img-wrap {
    width: 180px;
    height: 140px;
    overflow: hidden;
    flex-shrink: 0;
    float: left;
}

.news img {
    width: 156px;
    height: 100px;
}

.img-border {
    width: 144px;
    margin-left: 5px;
    margin-top: 5px;
    height: 85px;
    border: 1px solid #ffffff;
    position: absolute;
    text-align: center;
    line-height: 87px;
}

    .img-border i {
        font-size: 27px;
        font-style: normal;
        color: #fff;
    }

    .img-border:hover i {
        color: #cccccc
    }

.title-box .link-title {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsitem {
    display: flex;
    width: 50%;
    float: left;
}

.newsfooter {
    color: #999999;
}

.title-box {
    height: 102px;
    margin-right: 70px;
    float: left;
    width: 400px;
}

.rbox-inner {
    display: inline-block;
    /*width: 100%;*/
    vertical-align: middle;
}

.title-box:before {
    /*content: '';
    width: 0;
    font-size: 0;
    height: 100%;
    visibility: hidden;
    display: inline-block;
    vertical-align: middle;*/
}

.top {
    width: 40px;
    height: 40px;    line-height: 40px;
    position: fixed;
    right: 30px;
    bottom: 40px;
    background: #d0d0d0ba;
    z-index: 99;
    color: #ED4040;
    cursor: pointer;
    border: #e8e8e8 solid 1px;
    text-align: center;
    font-size: 30px;    border-radius: 50%;
}


/*底部*/
#tmall-copyright { 
    background: #222222;
    text-align: left;
    padding: 20px 0px;
    clear: both; 
    position: relative; 
    font-size: 14px;
    min-width: 1200px;
    text-align:center;

}

    #tmall-copyright p {
        text-align: center;
        color: #FFFFFF;
        padding: 5px 0;
    }
        #tmall-copyright p a {
            color: #dcdaa1;
        }
            #tmall-copyright p a:hover {
            color:#01a9fe}
            #tmall-copyright .footer-tmallinfo,
            #tmall-copyright .footer-otherlink {
                color: #fff;
                line-height: 25px
            }

    #tmall-copyright .footer-tmallinfo,
    #tmall-copyright .footer-otherlink,
    #tmall-copyright .footer-copyright {
        width: 1190px;
        margin: 0 auto
    }

    #tmall-copyright .footer-copyright {
        line-height: 20px;
        background: #000;
        color: #a4a4a4
    }

        #tmall-copyright .footer-copyright a {
            color: #a4a4a4;
            margin-right: 65px
        }

        #tmall-copyright .footer-copyright b {
            display: block;
            color: #686868;
            font-weight: 400
        }

    #tmall-copyright img {
        width: 124px;
        height: 124px;
        display: inline;
        margin:0 20px;
    }

    #tmall-copyright > img {
        /*margin: auto;
        position: absolute;
        top: 12px;
        margin-left: 500px;
        right: 50%;
        margin-right: -500px;
        background: #fff;*/
    }
 #tmall-copyright .copyright {width:1200px;
    display:flex;margin:auto;justify-content: center;    align-items: center;
}